home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Printer / aa_Intel_Only / lprManager.0.01 / lprManager.app / English.lproj / InfoPanel.nib / data.classes next >
Text File  |  1995-09-17  |  803b  |  33 lines

  1. MiscInfoController = {
  2.     ACTIONS = {
  3.     "hideOrShowMenus:" = "hideOrShowMenus:"; 
  4.     "info:" = "info:"; 
  5.     "license:" = "license:"; 
  6.     "orderForm:" = "orderForm:"; 
  7.     "registration:" = "registration:"; 
  8.     "releaseNotes:" = "releaseNotes:"; 
  9.     "suggestion:" = "suggestion:"; 
  10.     }; 
  11.     OUTLETS = {
  12.     info = info; 
  13.     orderForm = orderForm; 
  14.     registration = registration; 
  15.     strings = strings; 
  16.     }; 
  17.     SUPERCLASS = Object; 
  18. };
  19. MiscInfo = {
  20.     ACTIONS = {"info:" = "info:"; "setController:" = "setController:"; }; 
  21.     OUTLETS = {
  22.     controller = controller; 
  23.     infoPanel = infoPanel; 
  24.     niftyView = niftyView; 
  25.     regText = regText; 
  26.     strings = strings; 
  27.     versionDateText = versionDateText; 
  28.     versionText = versionText; 
  29.     }; 
  30.     SUPERCLASS = Object; 
  31. };
  32. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  33.